home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / wwbbs26.lha / WWBBSDoors / cybmods2.lha / hacker46.lha / hacker / DOCS4.0 / SYSOPDOCS.TXT < prev    next >
Encoding:
Text File  |  1993-01-26  |  2.4 KB  |  56 lines

  1.  
  2.                          ** Hacker v4.0 Sysop Docs **
  3.  
  4.  Part I: Phone books/hacking BBSes
  5.  
  6.  Currently, ARexx is limited to a maximum number of 999 when using random
  7.  numbers, unless you use the randu() function which is a bitch, so I don't
  8.  use it.  This means that you cannot have a BBS more than 999 megs--local,
  9.  government, or mainframe.  Hopefully I can get a library written to up
  10.  this limit, but currently, 999 is the limit.
  11.  
  12.  When hacking BBSes, they can be BUSY, or NO CARRIER--this is random.  After
  13.  you connect, one of two things is displayed: A. The opening screen to the
  14.  BBS, or B: A generic opening.  If you want, you can edit the local phone
  15.  book to BBSes that are local to you, and buffer their opening screens for
  16.  realism.  You name the text file the name of the BBS EXACTLY as it appears
  17.  in the phone book, and put it in the "MISC" directory.  If that file exists,
  18.  it is displayed.  If it is not, "SYS.GENERIC" is displayed, also in the
  19.  "MISC" directory.
  20.  
  21.  
  22.  Part II: Menus
  23.  
  24.  The HAA menu, buy/sell terminal/hardware menu, virus menu, and main menu
  25.  are all text files.  The main menu and dialer menu closely resemble that of
  26.  the AmigaDOS "LIST" command.  You can edit these textfiles as you wish, but
  27.  if you change the name of a command, you have to change the programming.
  28.  All other "sys.__" files can be edited and customized to your own liking.
  29.  However, I ask that you leave the "sys.start" basicaly alone.
  30.  
  31.  
  32.  Part III: "RXX." Files
  33.  
  34.  The files in the MISC directory entitled "rxx.____" are all external rexx
  35.  modules that the program calls.  Please leave these alone!  I don't want
  36.  people complaining that their userfiles were erased due to the fact that
  37.  they edited these.  The only thing you should be playing around with are
  38.  maybe the credit card names and hard drive/level names, but only play with
  39.  the programming if you know what you are doing and am not going to complain
  40.  to me as a result of your actions.
  41.  
  42.  
  43.  Part IV: Resseting
  44.  
  45.  If for some reason you need to, feel like, have to, or want to reset the
  46.  game and start over, here is what you should do:
  47.  
  48.   Delete everything in the BANK, MESSAGES, and PLAYERS directory.
  49.  
  50.   Leave everything else alone, and everything should re-create it's self and
  51.   be dandy.  Let me know if this is not the case..
  52.  
  53.  
  54.     Thats about it.  Let me know if you have any questions, comments,
  55.     suggestions, bug reports, bomb threts, etc.
  56.